projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e8737f
)
* Makefile.in (xmakefile): Add missing quote.
author
Jim Blandy
<jimb@redhat.com>
Thu, 4 Mar 1993 15:16:11 +0000
(15:16 +0000)
committer
Jim Blandy
<jimb@redhat.com>
Thu, 4 Mar 1993 15:16:11 +0000
(15:16 +0000)
src/Makefile.in
patch
|
blob
|
history
diff --git
a/src/Makefile.in
b/src/Makefile.in
index 7e8f4c49e46309086856ab16eda3ff50a13ceac5..3279989fe075d0808eaad294659f4077eeb7070d 100644
(file)
--- a/
src/Makefile.in
+++ b/
src/Makefile.in
@@
-63,7
+63,7
@@
xmakefile: ymakefile config.h
$(CPP) junk.c > junk.cpp \
-DC_SWITCH_SITE="`echo ${CFLAGS}' ' \
| sed -e 's/-g /C_DEBUG_SWITCH /' \
- -e 's/-O /C_OPTIMIZE_SWITCH /`"
+ -e 's/-O /C_OPTIMIZE_SWITCH /
'
`"
< junk.cpp \
sed -e 's/^#.*//' \
-e 's/^[ \f\t][ \f\t]*$$//' \